﻿<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
	<ribbon>
		<tabs>
			<tab idMso="TabHome" >
				<group id="customGroup1" 
							label="Office" 
							insertAfterMso="GroupEditingExcel" >

					<menu id="customMenu1" 
								label="Contact" 
								size="large" 
								imageMso="Head"  >
            				
						<button id="customButton1" 
				    				label="Add Member"  
									onAction="Macro1" 								         
									imageMso="DistributionListAddNewMember" />
						<button id="customButton2" 
									label="Add Businesss Card"  
									onAction="Macro2" 
									imageMso="BusinessCardInsertMenu" />
			    		<button id="customButton3" 
									label="Remove Member"  
									onAction="Macro3"
									imageMso="DistributionListRemoveMember" />
	
						<menuSeparator id="customMenuSeparator" />

			         	<button id="customButton4" 
									label="Sync Member"  
									onAction="Macro4"
									imageMso="DistributionListUpdateMembers" />
			         	<button id="customButton5" 
									label="Check Names"  
									onAction="Macro5" 
									imageMso="CheckNames" />
			         </menu>

					<menu id="customMenu2" 
								label="Access" 
								imageMso="MicrosoftAccess"  >

            			<button id="customButton6" 
									label="Export to Access"  
									onAction="Macro6" 
									imageMso="ExportToAccess" />
						<button id="customButton7" 
									label="Key"  
									onAction="Macro7" 
									imageMso="AdpPrimaryKey" />
			         	<button id="customButton8" 
									label="SQL"  
									onAction="Macro8" 
									imageMso="AdpViewSqlPane" />
			        </menu>

					<menu id="customMenu3" 
								label="Powerpoint" 
								imageMso="MicrosoftPowerPoint"  >

            			<button id="customButton9" 
									label="Upgrade Presentation"  
									onAction="Macro9" 
									imageMso="UpgradePresentation" />
						<button id="customButton10" 
									label="Record Narration"  
									onAction="Macro10" 
									imageMso="RecordNarration" />
			         	<button id="customButton11" 
									label="Start Slideshow"  
									onAction="Macro11" 
									imageMso="ViewSlideShowView" />
			        </menu>

					<menu id="customMenu4" 
								label="Outlook" 
								imageMso="MicrosoftOutlook"  >

       					<button id="customButton12" 
									label="Contact"  
									onAction="Macro12"
									imageMso="SharingOpenWssContactList" />
						<button id="customButton13" 
									label="Calendar"  
									onAction="Macro13" 
									imageMso="DateAndTimeInsert" />
		            	<button id="customButton14" 
									label="E-Mail"  
									onAction="Macro14" 
									imageMso="SharingOpenMailFolder" />
		          	</menu>

					<separator id="customSeparator" />

		            <button id="customButton15" 
								label="Workflow" 
								size="large" 
								onAction="Macro15" 
								imageMso="FileStartWorkflow" />

				</group>
			</tab>
		</tabs>
	</ribbon>
</customUI>